home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950329-19950528 / 000148_news@columbia.edu_Thu Apr 13 16:03:48 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA07256
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sun, 16 Apr 1995 16:31:45 -0400
  3. Received: by apakabar.cc.columbia.edu id AA00914
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sun, 16 Apr 1995 16:31:43 -0400
  5. Path: news.columbia.edu!panix!news.mathworks.com!udel!gatech!swrinde!pipex!sunsite.doc.ic.ac.uk!yama.mcc.ac.uk!io.salford.ac.uk!ais007.salford.ac.uk!ais007
  6. From: ais007@io.salford.ac.uk (Richard Letts)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Help Needed With TCP/IP
  9. Date: 13 Apr 1995 16:03:48 GMT
  10. Organization: University of Salford
  11. Lines: 39
  12. Message-Id: <ais007.389.0@news.salford.ac.uk>
  13. References: <3m53f6$ot@raffles.technet.sg>
  14. Nntp-Posting-Host: ais007.salford.ac.uk
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <3m53f6$ot@raffles.technet.sg> onglc@technet.sg (Robert Ong) writes:
  18. >Subject: Help Needed With TCP/IP
  19. >From: onglc@technet.sg (Robert Ong)
  20. >Date: 8 Apr 1995 04:29:26 GMT
  21. >Hi,
  22. >
  23. >Can I install kermit in my PC (which is connected as a Netware client 
  24. >in our office network), and run kermit to log into our Unix computer
  25. >as an ASCII/dumb terminal?
  26. yes
  27. >
  28. >I presume that I need a TCP/IP driver in my PC.  Does kermit come
  29. >with a TCP/IP driver which will allow me to telnet over to our
  30. >Unix computer?  Does anyone know if there is a freeware TCP/IP
  31. >driver that does the same thing?
  32. >
  33. nope; If you have ODI drivers installed on your PC then MS-Kermit from 3.12 (
  34. and later) have TCPIP (with bootp, dns etc) built in and you don't need 
  35. anything extra.
  36.  
  37. You will however need the right thing in your net.cfg:
  38.  
  39. something like:
  40.  
  41. Link Driver ....
  42.     int ....
  43.     port ....
  44.     mem ....
  45.     frame ethernet_ii
  46.     protocol IP  0800 ethernet_ii
  47.     protocol ARP 0806 ethernet_ii
  48.  
  49. {merge this with whatever you have for your Novell setup}
  50.  
  51. Richard
  52. -------------------------------------------------------------------------------
  53. Network Manager                               mail:    R.J.Letts@salford.ac.uk
  54. University of Salford                         phone:     +44 161 745 5252
  55. Great Britain                                 fax:       +44 161 745 5888